home *** CD-ROM | disk | FTP | other *** search
/ All About the French Know-How at E3 2000 (USA) / All About the French Know-How at E3 2000 (USA).bin / Data / 15012 / freestyledub2.exe / scripts / DefineButton2_93 / BUTTONCONDACTION on(rollOver).as < prev   
Text File  |  1999-12-16  |  98b  |  8 lines

  1. on(rollOver){
  2.    tellTarget("/bout")
  3.    {
  4.       gotoAndStop("bout1");
  5.       play();
  6.    }
  7. }
  8.